github.com/go-pg/pg/v10.Listener.exit (field)

4 uses

	github.com/go-pg/pg/v10 (current package)
		listener.go#L39: 	exit   chan struct{}
		listener.go#L55: 	ln.exit = make(chan struct{})
		listener.go#L147: 	close(ln.exit)
		listener.go#L357: 			case <-ln.exit: